home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / seyon / phonelist < prev    next >
Text File  |  1995-05-03  |  2KB  |  68 lines

  1. # this a ready-to-use example of the phone file
  2. # just move it to ~/.seyon, or whatever your Seyon's
  3. # default directory is
  4.  
  5. # line comment
  6. # another one
  7. # you can have comments both on a singe line
  8. # and at end of lines
  9.  
  10. 258-7096 Athena BITS=8 BPS=9600 SCRIPT=athena # like here
  11.  
  12. # blank lines are OK too, for readability.
  13.  
  14. # the format is simple.
  15.  
  16. # the first field is the phone number
  17. # the presence of this field is reuired.
  18.  
  19. # the second field is the host name
  20. # the presence of this field is reuired.
  21.  
  22. # all other fields are optional.
  23. # if any of those is not present,
  24. # Seyon will use the default value specified in the resources
  25. # you don't even have to specifiy the default values in the resources
  26. # if the default default values  (did you get this?) suit 
  27. # you just fine, and most of the time they do.
  28.  
  29. # recognized fileds are
  30. # SCRIPT        script file name to be run when connected
  31. # BPS           baud rate
  32. # BITS          number of bits
  33. # PARITY        parity
  34. # STOPB         number of stop bits
  35. # PREFIX        prefix
  36. # SUFFIX        suffix
  37.  
  38. # the keyword CURRENT (can be abbreviated to CUR) can be used
  39. # to instruct Seyon to use the current values rather
  40. # than giving the exact value or using the default ones
  41. # in this case those fields will appear with a question mark (?)
  42. # in the dialing directory since they depend on the current values
  43. # (e.g. the number you called last or the values use set via the
  44. # Settings window) and are not known ahead of time.
  45. # frankly, I don't know why anybody would use this keyword.
  46.  
  47. # the title has to be either a single word, like the above
  48. # or a collection of words, but quoted, like below.
  49.  
  50. 258-7096 "Athena Dialup" BITS=7 PARITY=2 STOPB=1 # using 7-E-1
  51.  
  52. # more examples:
  53.  
  54. 258-7096 Athena BPS=9600 SCRIPT=athena # using default BITS
  55. 258-7096 Athena BITS=7 SCRIPT=athena # using default BPS
  56. 258-7096 Athena BITS=7 BPS=19200 # no script
  57. 258-7096 Athena # no script, default BPS, BITS, PREFIX, and SUFFIX, ..etc.
  58.  
  59. 258-7096 Athena PREFIX=ATP # use pulse dialing, override default
  60. 258-7096 Athena PREFIX=AT%c1\n5DT # another example
  61. 258-7096 Athena PREFIX=AT%c1\n5^M~~ATDT # notice the 2-sec delay after ^M
  62. 258-7096 Athena PREFIX="AT %c1 \n5 ^M ~~ ATDT" # quoted because of spaces
  63. 258-7096 Athena SUFFIX=^M # overrides the default suffix
  64.  
  65. # here we use the the keyword CURRENT
  66.  
  67. 258-7096 Athena BITS=CURRENT BPS=CUR SCRIPT=athena SUFFIX=CUR PARITY=CUR
  68.